Post lab self evaluation
This requires JDK 1.8 running on your machine.
-
Clone the repository -
https://autolab.bits-goa.ac.in/lab_author/<lab-name>.git
, for examplehttps://autolab.bits-goa.ac.in/lab_author/lab1.git
-
Move to the cloned folder and create a directory named student_solution. The files in this folder will be tested.
-
Copy all the .java files into this folder.
-
Run the command
bash execute.sh
. Please note that some commands liketimeout
in this bash file might not be compatible with OS X. Please change them to an equivalent command. -
scores.txt will contain the scores for that submission and logs.txt will contain the errors encountered during the compilation.